POpen(const char * fPubName, PMBool bCopy = false);
Automatic links searches. When opening a publication or template, PageMaker automatically searches for linked text and graphics files.const char * fPubname;
Exact name of the publication (pathname is optional, maximum of 91 characters)PMBool bCopy;
false open the original (default)
true open a copy of the original
Open publications become active. If the specified publication is already open, it becomes the active publication.
Example. The following example opens a copy of the "mypub"publication.
POpen("mydisk:myfolder:mypub", true);
Comments or suggestions? Contact Adobe Developer Support